Skip to content

fix(deps): update dependency @graphiql/react to v0.35.4 #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@graphiql/react (source) 0.32.1 -> 0.35.4 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

graphql/graphiql (@​graphiql/react)

v0.35.4

Compare Source

Patch Changes
  • #​4052 9b54581 Thanks @​dimaMachina! - fix multiple GraphiQL instances, suffix a unique id for operation, request headers, variables and response URI.

    E.g., the first GraphiQL instance will have:

    • 1-operation.graphql
    • 1-request-headers.json
    • 1-variables.json
    • 1-response.json

    The 2nd instance will have:

    • 2-operation.graphql
    • 2-request-headers.json
    • 2-variables.json
    • 2-response.json

    etc.

  • #​4049 2c0586d Thanks @​dimaMachina! - - use allowTrailingComma option in jsonc parser to make tryParseJsonObject sync

    • parse introspection headers with jsonc parser
    • use prettier format for operation editor since we already use prettier for jsonc editors
  • #​4050 002f133 Thanks @​dimaMachina! - fix can't access property "jsonDefaults"

v0.35.3

Compare Source

Patch Changes

v0.35.2

Compare Source

Patch Changes

v0.35.1

Compare Source

Patch Changes

v0.35.0

Compare Source

Minor Changes
  • #​3990 27e7eb6 Thanks @​dimaMachina! - - allow multiple independent instances of GraphiQL on the same page

    • store onClickReference in query editor in React ref
    • remove onClickReference from variable editor
    • fix shortcut text per OS for run query in execute query button's tooltip and in default query
    • allow override all default GraphiQL plugins
    • adjust operation argument color to be purple from GraphiQL v2 on dark/light theme
  • #​3949 0844dc1 Thanks @​dimaMachina! - - replace onCopyQuery hook with copyQuery function

    • replace onMergeQuery hook with mergeQuery function
    • replace onPrettifyEditors hook with prettifyEditors function
    • remove fetcher prop from SchemaContextProvider and schemaStore and add fetcher to executionStore
    • add onCopyQuery and onPrettifyQuery props to EditorContextProvider
    • remove exports (use GraphiQLProvider)
      • EditorContextProvider
      • ExecutionContextProvider
      • PluginContextProvider
      • SchemaContextProvider
      • StorageContextProvider
      • ExecutionContextType
      • PluginContextType
    • feat(@​graphiql/react): migrate React context to zustand:
      • replace useExecutionContext with useExecutionStore hook
      • replace useEditorContext with useEditorStore hook
    • prefer getComputedStyle over window.getComputedStyle
  • #​3999 866a8f3 Thanks @​dimaMachina! - update graphiql-cdn example to show how to load workers with esm.sh

  • #​4009 4936492 Thanks @​dimaMachina! - separate store actions from state, add useGraphiQLActions state

  • #​4005 1e3ec84 Thanks @​dimaMachina! - support externalFragments prop and remove validationRules prop

  • #​4003 0c8e390 Thanks @​dimaMachina! - remove readOnly prop
    document keyMap prop was removed in migration guide

  • #​3735 0a08642 Thanks @​dimaMachina! - - Remove query, variables, headers, and response props from <GraphiQL /> and <GraphiQLProvider />

    • Add initialQuery, initialVariables and initialHeaders props
    • Fix defaultQuery, when is set will only be used for the first tab. When opening more tabs, the query editor will start out empty
    • remove useSynchronizeValue hook
  • #​4017 cff3da5 Thanks @​dimaMachina! - extract graphiql sidebar to react component

  • #​4025 6a50740 Thanks @​dimaMachina! - set "importsNotUsedAsValues": "error" in tsconfig

  • #​3234 86a96e5 Thanks @​dimaMachina! - Migration from Codemirror to Monaco Editor

    Replacing codemirror-graphql with monaco-graphql

    Support for comments in Variables and Headers editors

  • #​4011 30bc3f9 Thanks @​dimaMachina! - fix execute query shortcut in query editor, run it even there are no operations in query editor

    fix plugin store, save last opened plugin in storage

  • #​4014 4b39f11 Thanks @​dimaMachina! - extract storage key constants

  • #​4026 7fb5ac3 Thanks @​dimaMachina! - - deprecate useExplorerContext, useHistoryContext, usePrettifyEditors, useCopyQuery, useMergeQuery, useExecutionContext, usePluginContext, useSchemaContext, useStorageContext hooks

    • fix response editor overflow on <GraphiQL.Footer />
    • export GraphiQLProps type
    • allow children: ReactNode for <GraphiQL.Toolbar />
    • change ToolbarMenu component:
      • The label and className props were removed
      • The button prop should now be a button element
    • document useGraphiQL and useGraphiQLActions hooks in @graphiql/react README.md
    • rename useThemeStore to useTheme
  • #​3950 2455907 Thanks @​dimaMachina! - - remove useQueryEditor, useVariableEditor, useHeaderEditor, useResponseEditor hooks

    • remove UseHeaderEditorArgs, UseQueryEditorArgs, UseResponseEditorArgs, UseVariableEditorArgs exports
    • rename components
      • StorageContextProvider => StorageStore
      • EditorContextProvider => EditorStore
      • SchemaContextProvider => SchemaStore
      • ExecutionContextProvider => ExecutionStore
      • HistoryContextProvider => HistoryStore
      • ExplorerContextProvider => ExplorerStore
Patch Changes

v0.34.1

Compare Source

Patch Changes

v0.34.0

Compare Source

Minor Changes
  • #​3946 71755b7 Thanks @​dimaMachina! - feat(@​graphiql/react): migrate React context to zustand:
    • replace useExecutionContext with useExecutionStore hook
    • replace useEditorContext with useEditorStore hook
    • replace useAutoCompleteLeafs hook with getAutoCompleteLeafs function
Patch Changes

v0.33.0

Compare Source

Minor Changes

v0.32.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-approve[bot]
renovate-approve bot previously approved these changes May 9, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 5ca8679 to 3dacb32 Compare May 10, 2025 02:36
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 3dacb32 to c6367bf Compare May 12, 2025 03:41
renovate-approve[bot]
renovate-approve bot previously approved these changes May 12, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 13, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 20, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 22, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 29, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch 9 times, most recently from c956016 to 44393fc Compare June 7, 2025 18:54
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 44393fc to bb8fbf7 Compare June 7, 2025 20:30
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 7, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from bb8fbf7 to 47b7766 Compare June 8, 2025 02:13
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 3ec2740 to 27a87a2 Compare July 2, 2025 02:57
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 2, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch 2 times, most recently from ee55887 to 9ad00a7 Compare July 2, 2025 14:40
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 9ad00a7 to dda555a Compare July 2, 2025 21:33
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 2, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch 4 times, most recently from 005361e to 026b6ad Compare July 4, 2025 05:03
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 026b6ad to 7a417cc Compare July 4, 2025 11:58
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 4, 2025
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch 8 times, most recently from 08ead92 to 0779969 Compare July 8, 2025 10:10
@renovate renovate bot force-pushed the renovate/graphiql-monorepo branch from 0779969 to 0f4ab47 Compare July 8, 2025 10:19
@renovate renovate bot changed the title fix(deps): update graphiql monorepo fix(deps): update dependency @graphiql/react to v0.35.4 Jul 8, 2025
@mjfwebb mjfwebb closed this Jul 8, 2025
Copy link
Contributor Author

renovate bot commented Jul 8, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.35.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/graphiql-monorepo branch July 8, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant